home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GAMES / HIVE001.ZIP / !Hive / h / useful < prev    next >
Text File  |  1996-11-25  |  387b  |  13 lines

  1. extern signed char       sine_table[360];
  2. extern int             sine_value;
  3.  
  4. void print_message(char *msg, int x, int y, BOOL wiggle);
  5. /* Who needs commented header files when you have
  6. ** commented function names? :-)
  7. */
  8. void make_lots_of_particles_everywhere(int x, int y, int number);
  9. void make_explosion(int x, int y);
  10. void load_scoring(void);
  11. void delete_alien(struct game_object *obj);
  12.  
  13.